EngineOptions

public final static EngineOptions EngineOptions(RenderingMode renderingMode)
public final static EngineOptions EngineOptions(RenderingMode renderingMode)

Creates a new instance of EngineOptions with the given renderingMode.

All other parameters remain at their defaults.

Since

8.0.0


public final static EngineOptions EngineOptions(RenderingMode renderingMode, Function1<OptionsDsl, Unit> configuration)
public final static EngineOptions EngineOptions(RenderingMode renderingMode, Function1<OptionsDsl, Unit> configuration)

Creates a new instance of EngineOptions with the given renderingMode and configuration.

Since

8.0.0